Update dependency rubocop to v1.60.0 #37
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'1.59.0'
->'1.60.0'
Release Notes
rubocop/rubocop (rubocop)
v1.60.0
Compare Source
Bug fixes
Style/MultilineTernaryOperator
when using a method call as a ternary operator condition with a line break between receiver and method. ([@koic][])Style/RedundantLineContinuation
when line continuations for multiline leading dot method chain with a blank line. ([@koic][])Style/MethodCallWithArgsParentheses
omit_parentheses
style. ([@gsamokovarov][])Layout/EndAlignment
when misaligned in singleton class assignments withEnforcedStyleAlignWith: variable
. ([@koic][])Layout/FirstArgumentIndentation
when specifyingEnforcedStyle: with_fixed_indentation
ofLayout/ArrayAlignment
. ([@koic][])Lint/ShadowedArgument
when self assigning to a block argument infor
. ([@koic][])Style/IdenticalConditionalBranches
when usingif
...else
with identical leading lines that assign toself.foo
. ([@koic][])EnforcedStyle: omit_parentheses
ofStyle/MethodCallWithArgsParentheses
withStyle/SuperWithArgsParentheses
. ([@koic][])Style/MapToHash
when usingmap.to_h
without receiver. ([@koic][])--auto-gen-config
generateExclude
whenMax
is overridden. ([@jonas054][])Lint/MixedRegexpCaptureTypes
when using look-ahead matcher. ([@marocchino][])Style/RedundantParentheses
when regexp literal attempts to match against a parenthesized condition. ([@koic][])Lint/LiteralAssignmentInCondition
when a collection literal contains non-literal elements. ([@koic][])Naming/BlockForwarding
when using explicit block forwarding in block method. ([@koic][])Style/RedundantParentheses
whenAllowInMultilineConditions: true
ofStyle/ParenthesesAroundCondition
. ([@koic][])Style/ArgumentsForwarding
when rest arguments forwarding to a method in block. ([@koic][])Style/HashEachMethods
when rest block argument ofEnumerable#each
method is used. ([@koic][])Style/ParenthesesAroundCondition
. ([@koic][])Style/RedundantParentheses
when parentheses are used around a semantic operator in expressions within assignments. ([@koic][])Style/ArgumentsForwarding
when a block is forwarded but other args aren't. ([@dvandersluis][])Layout/LineContinuationLeadingSpace
. ([@eugeneius][])Style/EachForSimpleLoop
accept block with no parameters. ([@koic][])Changes
Security/Open
whenopen
with a literal string starting with a pipe. ([@koic][])Style/RedundantEach
aware of safe navigation operator. ([@koic][])Style/SlicingWithRange
aware of redundant and beginless range. ([@koic][])EnforcedStyle
options when--no-auto-gen-enforced-style
is given. ([@kpost][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.